home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 September / CHIP Eylül 1998.iso / freeware / FILEC00.EXE / 0 / RCDATA / TMAIN / TMAIN.txt < prev   
Encoding:
Text File  |  1998-01-04  |  2.4 KB  |  137 lines

  1. object main: Tmain
  2.   Left = 323
  3.   Top = 190
  4.   BorderStyle = bsSingle
  5.   Caption = 'Dateien Nummerieren'
  6.   ClientHeight = 295
  7.   ClientWidth = 394
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 4
  19.     Top = 128
  20.     Width = 176
  21.     Height = 13
  22.     Caption = 'Dateien werden wie folgt umbenannt:'
  23.   end
  24.   object Label2: TLabel
  25.     Left = 4
  26.     Top = 144
  27.     Width = 189
  28.     Height = 13
  29.     Caption = '[Bezeichner1] [Counter] [Bezeichner2] .*'
  30.   end
  31.   object Label3: TLabel
  32.     Left = 6
  33.     Top = 168
  34.     Width = 65
  35.     Height = 13
  36.     Caption = 'Bezeichner 1:'
  37.   end
  38.   object Label12: TLabel
  39.     Left = 262
  40.     Top = 278
  41.     Width = 126
  42.     Height = 13
  43.     Caption = '(C) by Ulli Meybohm , 1998'
  44.   end
  45.   object Label4: TLabel
  46.     Left = 8
  47.     Top = 230
  48.     Width = 25
  49.     Height = 13
  50.     Caption = 'Start:'
  51.   end
  52.   object Label5: TLabel
  53.     Left = 6
  54.     Top = 196
  55.     Width = 65
  56.     Height = 13
  57.     Caption = 'Bezeichner 2:'
  58.   end
  59.   object DriveComboBox1: TDriveComboBox
  60.     Left = 6
  61.     Top = 2
  62.     Width = 191
  63.     Height = 19
  64.     DirList = dirlist
  65.     TabOrder = 6
  66.   end
  67.   object dirlist: TDirectoryListBox
  68.     Left = 6
  69.     Top = 24
  70.     Width = 191
  71.     Height = 97
  72.     FileList = filelist
  73.     ItemHeight = 16
  74.     TabOrder = 7
  75.   end
  76.   object filelist: TFileListBox
  77.     Left = 204
  78.     Top = 2
  79.     Width = 185
  80.     Height = 237
  81.     ItemHeight = 13
  82.     MultiSelect = True
  83.     TabOrder = 8
  84.   end
  85.   object newname: TEdit
  86.     Left = 74
  87.     Top = 164
  88.     Width = 125
  89.     Height = 21
  90.     TabOrder = 0
  91.   end
  92.   object Button1: TButton
  93.     Left = 12
  94.     Top = 266
  95.     Width = 117
  96.     Height = 25
  97.     Caption = '&Dateien Nummerieren'
  98.     TabOrder = 4
  99.     OnClick = Button1Click
  100.   end
  101.   object Button2: TButton
  102.     Left = 130
  103.     Top = 266
  104.     Width = 69
  105.     Height = 25
  106.     Caption = '&Ende'
  107.     TabOrder = 5
  108.     OnClick = Button2Click
  109.   end
  110.   object start: TSpinEdit
  111.     Left = 74
  112.     Top = 226
  113.     Width = 125
  114.     Height = 22
  115.     MaxValue = 0
  116.     MinValue = 0
  117.     TabOrder = 2
  118.     Value = 1
  119.   end
  120.   object newname2: TEdit
  121.     Left = 74
  122.     Top = 192
  123.     Width = 125
  124.     Height = 21
  125.     TabOrder = 1
  126.   end
  127.   object Button3: TButton
  128.     Left = 302
  129.     Top = 242
  130.     Width = 89
  131.     Height = 25
  132.     Caption = 'Alle Ausw∩┐╜hlen'
  133.     TabOrder = 3
  134.     OnClick = Button3Click
  135.   end
  136. end
  137.